home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 12 / Developer Source Volume 12 (I-MODE Publications, Inc.)(1999).iso / parad / may96 / toddf103.gif < prev    next >
Graphics Interchange Format  |  1998-02-10  |  16KB  |  640x480  |  8-bit (18 colors)
Labels: text | electronics | screenshot | display | software | computer icon | multimedia software | operating system | web page | computer | website | multimedia | graphics software | office application software
OCR: Paradox 7 6 X File Edit View Search Program Tools Window Help CO 10010 ~ Projec 21: ddl :: #Button3 :: pushButton method pushButton ( var event Info Event) Working var db Database c:\my d Sq SOL end Var À All db . open ( " : work : " ) Tal Sq = SQL For CREATE TABLE "rep.db" EmployeeNumber Integer, ( SQ LastName Char ( 20) FirstName Char ( 20). Re MiddleInitial Char(2), CommissionRate Float ( 10,2), Sc HireDate Date, Notes Blob ( 20, 1), Lib Primary Key ( EmployeeNumber ) endSQL if not sq .executeSQL (db) then errorShow( ) endIf Line: 1 Col: 1